ResourceUnlock Method (String, ActiveLock) |
Unlock the lock on a resource.
Namespace:
Independentsoft.Webdav
Assembly:
Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntaxpublic bool Unlock(
string address,
ActiveLock activeLock
)
Public Function Unlock (
address As String,
activeLock As ActiveLock
) As Boolean
Parameters
- address
- Type: SystemString
The URI that identifies the resource. - activeLock
- Type: Independentsoft.WebdavActiveLock
The lock on resource to unlock.
Return Value
Type:
BooleanTrue if success; otherwise, false.
See Also